-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Type, Helper] Remove unused __STL_MEMBER_TEMPLATES parts #4251
[Type, Helper] Remove unused __STL_MEMBER_TEMPLATES parts #4251
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree to remove the macro, but why removing the template? I think it matches better the constructors available in the STL.
I was wondering the same, but everything was tested with |
[ci-build][with-all-tests] |
alright, I am not against it. It's not that important |
It seems to come from some very old version of the STL from SGI (google is not very prolix on this)
In any case, this is not defined by the STL of msvc, libc++ (llvm) and libstdc++ (gnu gcc)
By submitting this pull request, I acknowledge that
I have read, understand, and agree SOFA Developer Certificate of Origin (DCO).
Reviewers will merge this pull-request only if